home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2864 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.7 KB

  1. Path: winternet.com!news
  2. From: painless@winternet.com (Rick Crosby)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ book
  5. Date: 20 Jan 1996 03:29:19 GMT
  6. Organization: Painless Windows, Inc.
  7. Message-ID: <4dpnif$334@blackice.winternet.com>
  8. References: <4ctl66$fgn@oravannahka.Helsinki.FI> <4cub5c$rml@ornews.intel.com> <4df7t8$m50@stealth.mindspring.com> <4dmkq4$gs@news.NetVision.net.il>
  9. NNTP-Posting-Host: ppp-67-27.dialup.winternet.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. In article <4dmkq4$gs@news.NetVision.net.il>, yba@LearnSkills.com says...
  15. >
  16. >
  17. >>>Get "The C++ Programming Language" by Bjarne Stroustrup. He's the guy
  18. >>>that originally created the C++ language. Excellent reference.
  19. >
  20. >>>Thurman Miller
  21. >
  22. >I have to disagree.  With all due respect to Bjarne, I personaly do
  23. >not believe his book is a good 'tutorial'.  My preference is Hebert
  24. >Schildt's books.  Real down to earth, step by step skill mastery.  His
  25. >latest, "C++ from the ground up" which expects no knowledge of 'C',
  26. >coupled with his "Teach yourself C++" are a complete introductory
  27. >course in 'C++'.
  28. >
  29. >On an advanced level, we use James Coplien's "Advanced C++: Styles &
  30. >Idioms" for our online tutorial.  At this level, Bjarne's book, or
  31. >Stamley Lipmans (misnamed) C++ Primer, are great REFERENCE books.
  32. >
  33. I second these choices.  Coplien's book is outstanding.  In addition I would 
  34. add Scott Meyer's Book on Effective C++ and Tom Cargil's book on C++ 
  35. Programing Style.  The most important part of learning C++ is what to do once 
  36. you have mastered the syntax.  Both of these books show you how to use the 
  37. language and WHY you should do consider using their guidelines.  
  38.  
  39.